Skip to main content

Required Field

Description

The required field json file helps to map the required fields for the aggregator from the metadata file. The values are case sensitive. It should match with input metadata column names.

Parameters

It will be changing from one aggregators to another.

Example

#Field AField B
1concatbranch_cd
2prin_amtnet_bal
3currcurr
4country""
5acc_nogl_cd
6int_rt""

The above example is for non maturity Balm aggregator. 'Field A' is the key. 'Field B' is the value from the input file.

In the above example, net_bal from input is getting mapped to prin_amt key.

Note: Some fields may not be available sometime and some default values can be provided for them inside code logic.